projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b2dd50
)
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
author
Jan D
<jan.h.d@swipnet.se>
Thu, 29 Jul 2010 18:08:51 +0000
(20:08 +0200)
committer
Jan D
<jan.h.d@swipnet.se>
Thu, 29 Jul 2010 18:08:51 +0000
(20:08 +0200)
src/ChangeLog
patch
|
blob
|
history
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1fd18d0abb0b9557adf78ecbc60a5f18cfc742d8..2eb15cc0d137b37c24b7b355e55a62486fcde865 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
+ * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
+
* xterm.h (struct x_output): Add toolbar_top_height,
toolbar_bottom_height, toolbar_left_width, toolbar_right_width. Remove
toolbar_height.
diff --git
a/src/xfns.c
b/src/xfns.c
index 6b1a78ba74049beb89fb534000a6e78978b1db39..28de53c59986e448ae468bc40c7bfab9f00fbce3 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-726,7
+726,6
@@
x_set_tool_bar_position (struct frame *f,
if (EQ (new_value, old_value)) return;
#ifdef USE_GTK
- fprintf (stderr, "Pos: %s\n", SDATA (SYMBOL_NAME (new_value)));
if (xg_change_toolbar_position (f, new_value))
f->tool_bar_position = new_value;
#endif